home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00813_Script_ROBDon't Buy < prev    next >
Text File  |  1995-05-21  |  717b  |  28 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome, thePayEnd, gTheDay
  3.   if the movieTime of sprite 48 >= length then
  4.     set the loch of sprite 3 to 1000
  5.     set the locv of sprite 3 to 1000
  6.     puppetsprite 48, false
  7.     
  8.     updatestage
  9.     --set the movietime of sprite 48 to 0
  10.     --set the sound of cast¼
  11.  string(the name of cast value(the castNum of sprite 48)) to 0
  12.     puppetsprite 3, false
  13.     updatestage
  14.     if snap1 = 0 and snap2 = 0 then
  15.       updateStage
  16.       puppetsound 0
  17.       go frame gTheDay & "NoShots"
  18.       exit
  19.     else
  20.       updateStage
  21.       puppetsound 0
  22.       go frame "Darkroom"
  23.       exit
  24.     end if
  25.   else
  26.     go to the frame
  27.   end if
  28. end